/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/[lng]/header.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* header */
#A_Header {position: fixed; top: 0; left: 0; right: 0; box-sizing: border-box; width: 100%; height: 100px; z-index: 90;transition: 0.3s;}
#A_Header .inner {max-width:1500px; margin:0 auto;}
#A_Header.header_scroll,
#A_Header:hover {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#A_Header.header_scroll .menubar li,
#A_Header:hover .menubar li {
  background: #333;
}
#A_Header.header_scroll .gnb .depth01 > li a,
#A_Header:hover .gnb .depth01 > li a {
  color: #333;
}
#A_Header.header_scroll .gnb .depth01 > li.last a,
#A_Header:hover .gnb .depth01 > li.last a {
  color: #fff;
}
#A_Header.header_scroll .gnb .depth01 > li.last::before,
#A_Header:hover .gnb .depth01 > li.last::before {
  background: #333;
}
#A_Header.header_scroll .login01 li a,
#A_Header:hover .login01 li a {
  color: #333;
}
#A_Header.header_scroll .login01 li::before,
#A_Header:hover .login01 li::before {
  background: #333;
}
#A_Header .inner {width: 100%;position: relative;height: 100px;}
#A_Header .inner:after {display: block; clear: both; *zoom: 1; content: '';}
.logo {
  position: absolute; 
  width: 132px; 
  height: 48px; 
  margin-top: 10px;
  background: url('/images/logo.png');
  background-size: contain;
  line-height:100px;
  z-index:10;
}
#A_Header.header_scroll .logo,
#A_Header:hover .logo {
  background: url('/images/logo_h.png');
  background-size: contain;
}
.gnb_div { position: absolute;left: 50%;transform: translateX(-50%); height:100px; margin:0 auto; width:1170px;}
.gnb .depth01 {text-align: center;}
.gnb .depth01:after {content:''; clear:both; height:0; display:block; visibility:hidden;}
.gnb .depth01 > li {display: inline-block;margin-right: 100px;         }
.gnb .depth01 > li:last-child{margin-right: 0;}
.gnb .depth01 > li a {color:#fff; font-size:16px; transition: 0.3s;font-weight:500; line-height:100px; position: relative;}
#A_Header .gnb .depth01 > li a:hover{color: #0f7abc;transition: 0.3s;}
.gnb .depth01 > li .go_lang a::after{display: none;}

/* header 01*/
.header .inner .gnb_div .gnb .depth01 > li a{ font-size:16px; transition: 0.3s;font-weight:600; line-height:100px; position: relative; color: #333;}
.header .inner .gnb_div .gnb .depth01 > li a:hover{color: #0f7abc;transition: 0.3s;}
.header .inner .login li a{display: block;color: #333;font-weight: 400; font-size: 14px;}
#A_Header.header .login01 li::before{background: #333;}
.m_menu { width: 100%; height: 100%; background: rgba(0,0,0,0.7); position: fixed; z-index: 80; top:0; left:0; display:none;}
.m_menu_box {position: fixed; width:75%; height: 100%; background:#fff; right:-1000px; top: 0; z-index: 81; overflow-y:scroll}
.m_menu_box .gnb_logo {height:80px; background:#fff; border-bottom: 1px solid #ddd;}
.m_menu_box .gnb_logo h1 {padding-top:0; margin-left:0;}
.m_menu .depth01  {width:100%; clear: both;}
.m_menu .depth01 li {color:#000; font-size:18px; font-weight:400;  text-align:left; box-sizing:border-box; transition:0.5s; border-bottom:1px solid #e0e0e0; padding-left:20px; background:url('/images/main/gnb_arrow.png') no-repeat 95% 50%;}
.m_menu .depth01 li a{display: block; width: 100%; height: 100%;line-height:60px;position: relative;}
.m_menu .depth01 li a.active{font-weight: 500;}

@keyframes rotatefirst {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(45deg);
  }
}

@keyframes rotatelast {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-45deg);
  }
}
@keyframes rotatebackfirst {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes rotatebacklast {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(0);
  }
}

.menubar { width:30px; cursor:pointer; position:absolute; top:25px; right:20px; height:25px; z-index:99; display:none;}
.menubar li { width:100%; height:2px; background:#fff; position:absolute;}
.menubar li:nth-child(1) { 
  top:0; 
  right:0; 
  width:60%; 
  transform: rotate(0);
  animation: rotatebackfirst 0.3s;
}
.menubar li:nth-child(2) { top:13px; }
.menubar li:nth-child(3) { 
  top:26px; 
  right:0; 
  width:60%; 
  transform: rotate(0);
  animation: rotatebacklast 0.3s;
}
.menubar.active li:nth-child(1) {
  transform: rotate(45deg);
  animation: rotatefirst 0.3s;
  top: 6px;
}
.menubar.active li:nth-child(2) {
  display: none;
}
.menubar.active li:nth-child(3) {
  transform: rotate(-45deg);
  animation: rotatelast 0.3s;
  top: 6px;
}

#A_Header .lnb>ul>li.lang {
  margin-right: 0;
  margin-left: 150px;
}
#A_Header .lnb>ul.en>li.lang {
  margin-left: 75px;
}
#A_Header .lnb>ul>li.lang>div:nth-child(1) {
  margin-bottom: 20px;
  width: 82px;
  padding-right: 20px;
  height: 35px;
  border: 1px solid #ddd;
  line-height: 35px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: 0;
  background: url('/images/arr_d.png') no-repeat right 10px center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.131);
  cursor: pointer;
}
#A_Header.header_scroll .lnb>ul>li.lang>div:nth-child(1),
#A_Header:hover .lnb>ul>li.lang>div:nth-child(1) {
  background: url('/images/arr_d_h.png') no-repeat right 10px center;
}
#A_Header .lnb>ul>li.lang p {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  color: #fff;
}
#A_Header .lnb>ul>li.lang .go_lang {
  display: none;
  z-index: 9;
  position: relative;
  width: 60px;
  top: -1px;
  float: right;
  margin-right: 10px;
}
#A_Header .lnb>ul>li.lang .go_lang li {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
  text-align: center;
}
#A_Header .lnb>ul>li.lang .go_lang li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  display: block;
}
#A_Header.header_scroll,
#A_Header:hover {
  background-color: #fff;
}
#A_Header.header_scroll .lnb>ul>li>a,
#A_Header:hover .lnb>ul>li>a {
  color: #333;
}
#A_Header.header_scroll .lnb>ul>li.lang p,
#A_Header:hover .lnb>ul>li.lang p {
  color: #333;
}

/* 1Depth */
.lnb {
  position: relative;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.lnb>ul {
  display: flex;
  width: calc(100% - 170px);
  justify-content: center;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  margin-right: 0;
  overflow: hidden;
}
.lnb>ul.en {
  justify-content: space-around;
  padding: 0 20px;
}
.lnb>ul>li {
  width: calc((100% - 300px)/ 8)
}
.lnb>ul.en>li {
  width: auto;
}
.lnb>ul>li>a {
  display: block;
  position: relative;
  font-size: 20px;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.lnb>ul>li:not(:nth-of-type(6))>a.active:after {
  content: '';
  width: 70%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.lnb>ul>li:nth-of-type(6)>a.active:before {
  content: '';
  width: 70%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
#A_Header.header_scroll .lnb>ul>li:not(:nth-of-type(6))>a.active:after,
#A_Header:hover .lnb>ul>li:not(:nth-of-type(6))>a.active:after {
  content: '';
  width: 70%;
  height: 1px;
  background: linear-gradient(to right, #5bce8f, #095a2d);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#A_Header.header_scroll .lnb>ul>li:nth-of-type(6)>a.active:before,
#A_Header:hover .lnb>ul>li:nth-of-type(6)>a.active:before {
  content: '';
  width: 70%;
  height: 1px;
  background: linear-gradient(to right, #5bce8f, #095a2d);
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lnb>ul>li:nth-of-type(6) {
  width: calc((100% - 00px) / 8)
}
.lnb>ul>li:nth-of-type(6) a {
  padding: 0 50px;
}

/* 2Depth */
.lnb>ul>li ul {
  max-height: 0;
  line-height: 50px;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.lnb>ul>li.open ul {
  max-height: 200px;
  transition: all 0.6s ease-out;
}
.lnb>ul>li ul>li>a,
.lnb>ul>li ul>li>button {
  display: block;
  font-size: 13px;
  line-height: 50px;
  background: #333;
  color: #fff;
}
.lnb>ul>li ul:hover>a,
.lnb>ul>li ul:hover>button {
  background-color: #fff;
}
.lnb>ul>li ul>li.on>a {
  color: #fff;
  background-color: #07572b;
}
.lnb>ul>li:last-child ul>li>a,
.lnb>ul>li:last-child ul>li>button {
  background-color: #fff;
  color: #333;
  width: 80%;
  margin: 0 auto;
}
.lnb>ul>li:last-child ul {
  width: 70%;
  margin-left: auto;
}

/* 3Depth */
.lnb>ul>li ul li ul {
  display: none;
  line-height: 50px;
}
.lnb>ul>li ul li ul li a {
  display: block;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}
.lnb>ul>li ul li ul li:hover a {
  text-decoration: underline;
}
.lnb .culti>a {
  position: relative;
}
.lnb .culti>a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
#m_menu {
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
  width: 50%;
  height: 100vh;
  background-color: #fff;
}
#m_menu.active {
  display: block;
}
#m_menu>ul>li {
  border-bottom: 1px solid #fff;
}
#m_menu>ul>li.lang {
  padding: 20px 35px 20px 15px;
}
#m_menu>ul>li.lang button {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: transparent;
  margin-left: 20px;
}
#m_menu>ul>li.lang button:first-child {
  margin-left: 0;
}
#m_menu>ul>li.lang button.active {
  border-color: #07572b;
  background: #07572b;
  color: #fff;
}
#m_menu>ul>li>a {
  display: block;
  padding: 20px 35px 20px 15px;
  color: inherit;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
#m_menu>ul>li a:hover {
  color: #fff;
  background-color: #07572b
}
#m_menu>ul>li.on>a {
  color: #fff;
  background: #07572b;
}
#m_menu>ul>li ul {
  max-height: 0;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
#m_menu>ul>li.open ul {
  max-height: 200px;
  transition: all 0.6s ease-out;
}
#m_menu>ul>li>ul>li>a {
  display: block;
  padding: 14px 25px 14px 14px;
  color: inherit;
  font-size: 16px;
  background: #f5f2ec;
  color: #333;
  background-color: #f5f2ec
}
#m_menu>ul>li>ul>li.on a {
  color: #fff;
  background: #333
}
#m_menu>ul>li>ul li ul {
  display: none;
  padding-bottom: 8px;
  background-color: #f5f2ec;
}
#m_menu>ul>li>ul li li a {
  display: block;
  padding: 8px 25px 10px 22px;
  color: #666;
  font-size: 12px;
  background-color: #f5f2ec;
}
#m_menu>ul>li>ul>li li a:hover {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  #A_Header .inner{width: 98%;}
  .logo{left: 20px;}
  .gnb_div{padding-right: 0;}
  .lnb>ul {
    width: calc(100% - 140px)
  }
  .lnb>ul>li {
      width: calc((100% - 200px) / 8)
  }
  .lnb>ul.en>li>a {
    font-size: 16px;
  }
  .lnb>ul>li:nth-of-type(7) a {
      padding: 0;
      margin-left: 0;
  }
  #A_Header .lnb>ul>li.lang {
      margin-left: 50px;
  }
  #A_Header .lnb>ul.en>li.lang {
    margin-left: 25px;
  }
  .lnb>ul>li:nth-of-type(6) a {
      padding: 0;
      margin-left: 0;
  }
}

/* tablet */
@media screen and (max-width: 1024px) {
  #A_Header{height: 70px;  }
  .menubar li {background-color: #fff;}
  #A_Header .inner{width: 100%;}
  .logo{
    left: 20px;
    width: 83px;
    height: 30px;
    margin-top: 15px;
    line-height: 80px;
  }
  .gnb .depth01 > li{margin-right: 70px;}
  .gnb {display:none;}
  .gnb .depth01 > li {padding:0 18px;}
  .menubar {display:block}
  .lang02{display: block;}
  .menubar{top: 30px;}
  .menubar li:nth-child(2){top: 10px;}
  .menubar li:nth-child(3){top: 20px;}
  .m_menu_box .gnb_logo {height:80px; background:#fff; border-bottom: 1px solid #ddd;}
  .login01{display: none;}
  .login02{display: block;top: 30px; transform: none;}
  #A_Header .inner .lnb {
    display: none;
  }
  #m_menu {
      top: 70px
  }
}

@media screen and (max-width:767px) {
  .menubar{right: 15px;}
}

/* mobile */
@media screen and (max-width: 480px) {
  #A_Header {height:70px;}
  #A_Header .inner {box-sizing: border-box; width: 100%; padding: 0 15px;}
  .gnb_div{height: 60px;}
  .m_menu_box{width: 100%;}
  .logo {
    width: 69px;
    height: 25px;
    margin-top: 20px;
    line-height:70px;
  }
  #m_menu {
    width: 100%;
  }
  .menubar {
      top: 25px;
  }
}

#scroll_check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/[lng]/globals.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');

@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('/main/font/SCDream5.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'S-CoreDream-5Medium'; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); 
  font-weight: normal; 
  font-style:normal;
}

@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; }

:root {
  --f300: 'S-CoreDream-3Light';
  --f400: 'S-CoreDream-4Regular';
  --f500: 'S-CoreDream-5Medium';
  --f600: 'S-CoreDream-6Bold';
}

/* common */
html, body {
  width: 100%; 
  font-size: 16px;
  letter-spacing: -0.5px;
  overflow-x: hidden;
}
* {margin: 0; padding: 0; list-style:none; font-family: 'S-CoreDream-4Regular', sans-serif; font-weight: normal;letter-spacing: 1.2;outline: none;box-sizing: border-box; }
ul > li > a { text-decoration: none; }
a {color: hsl(0, 0%, 20%); text-decoration: none;}
a:active, a:focus { text-decoration: none;}
em {font-style: normal}
table { border-collapse: collapse; }
input {box-sizing: border-box; background-color: #fff; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
button {cursor: pointer;border: none;}
button:focus {outline: none;}
i {display: inline-block;}
select {box-sizing: border-box; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */
textarea {box-sizing: border-box; background-color: #fff; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.inner {width:1300px;}

/* LAYOUT */
html.fix {position: fixed; left: 0; right: 0; margin: 0 auto;}
#A_Wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.clear::after{display: block; content: ''; clear: both;}

.text-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/* font */
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz28 {
  font-size: 28px;
}
.fz36 {
  font-size: 36px;
}
.fz46 {
  font-size: 46px;
}

.fw500 {
  font-weight: 500;
  font-family: "S-CoreDream-5Medium", sans-serif;
}
.fwbold {
  font-weight: 600;
  font-family: "S-CoreDream-6Bold", sans-serif;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/* color */
.c6 {
  color: #666;
}
.c3 {
  color: #333;
}
.c9 {
  color: #999;
}
.cf {
  color: #fff;
}
.cg {
  color: #07572b;
}

/* padding & margin */
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb35 {
  padding-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.pl15 {
  padding-left: 15px;
}
.pt0 {
  padding-top: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb140 {
  margin-bottom: 140px;
}
.pt140 {
  margin-top: 140px;
}
.mb200 {
  margin-bottom: 200px;
}
.mt100 {
  margin-top: 100px;
}
.pt30 {
  padding-top: 30px;
}

.cp {
  color: #7e9485;
}

/* height */
.mh100 {
  min-height: 100px;
}
.p70 {
  padding: 70px;
}

/* line-height */
.lh1-8 {
  line-height: 1.8;
}
.lh1-5 {
  line-height: 1.5;
}

/* background */
.bg01 {
  background-color: #7e9485;
}
.bg01 h2 {
  color: #fff;
}
.bgimg {
  background: url('/images/sub/bg_bottom.jpg') no-repeat center;
  background-size: cover;
}
.bg02 {
  background-color: #07572b;
}
.bg03 {
  background-color: #3c9f68;
}

/* display */
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.dib {
  display: inline-block;
}

/* border */
.bd-d {
  border: 1px solid #ddd;
}
.bdt {
  border-top: 1px solid #ddd;
}

.d-block {
  display: block;
}

@media screen and (max-width: 1440px) {
  .inner {box-sizing: border-box; width:95%;}
}

@media screen and (max-width: 1280px) {
  .fz16 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 18px !important;
  }
  .fz24 {
    font-size: 19px !important;
  }
  .fz18 {
    font-size: 15px !important;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz32 {
    font-size: 24px;
  }
  .fz36 {
    font-size: 28px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
}

/* tablet */
@media screen and (max-width: 1024px) {
  /* footer */
  #A_Footer .inner{padding-left: 0;}
  .ft_logo{position: relative;margin-bottom: 20px; top: auto;}
  .section06 .logoLine img {height:30px}
}

@media screen and (max-width:767px) {
  /* Footer */
  #A_Footer {padding: 20px 0 25px;}
  .ft_logo {display: block; top: 0; left: auto; width: 120px; }
  .ft_links {margin: 10px 0 0;}
  .ft_links li + li {margin: 0 0 0 20px;}
  .ft_links li a {font-size: 12px;}
  .ft_txt {margin: 10px 0 0;}
  .ft_txt p {font-size: 0.8125rem;}
  .ft_txt p.copy {margin: 10px 0 0;}
  .ft_links span {font-size: 0.8125rem;}
  .ft_links a {font-size: 0.8125rem;}
  .ft_txt p b {padding-right:0px;}
  .section08 .inner {flex-direction: column;}
  .section08 .inner .copy {width:100% !important; margin-top: 20px;}
  .section08 .inner .copy a:nth-child(1) {padding-right: 20px !important;}
  .section08 .inner .copy p span {font-size: 14px !important;}
  .section08 .inner .copy p:nth-of-type(2) {margin-top: 20px !important; font-size: 14px !important;}
  .fz30 {
    font-size: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb35 {
    padding-bottom: 18px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz30 {
    font-size: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb35 {
    padding-bottom: 18px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .fz22 {
    font-size: 16px !important;
  }
  .fz36 {
    font-size: 20px;
  }
  .fz46 {
    font-size: 30px;
  }
  .fz32 {
    font-size: 19px;
  }
  .fz24 {
    font-size: 17px !important;
  }
  .flx4 li p {
    line-height: 1.5;
  }
}

/* mobile */
@media screen and (max-width: 480px) {
  #A_Footer {padding: 20px 0 25px;}
  .ft_logo {display: block; top: 0; left: auto; width: 100px;}
  .ft_links {margin: 10px 0 0;}
  .ft_links li + li{margin: 0;margin-right: 15px;}
  .ft_links li{margin:0;margin-right: 15px;margin-left: 0;}
  .ft_links li a {font-size: 0.875rem;}
  .ft_txt {margin: 10px 0 0;}
  .ft_links span{margin-right: 10px;}
  .ft_txt p {font-size: 0.8125rem;}
  .ft_txt p.copy {margin: 10px 0 0;}
  .ft_links .privacy {padding-right: 10px !important;}

  .ft_links span {margin-top: 10px; display: inline-block;}

  .section06 .copy {font-size: 13px;}
  .section06 .logoLine img {height:20px}
}

strong {
  font-weight: bold;
  font-family: 'S-CoreDream-6Bold';
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/common/footer/styles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.styles_footer__8uLxT {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background-color: #06100a;
    color: #999;
}
.styles_inner__Z_q0M {
    display: flex;
    margin: 0 auto;
}
.styles_logoLine__iUMlv {
    width: 260px
}
.styles_copy__zFlOk {
    width: calc(100% - 260px);
}
.styles_copy__zFlOk a {
    font-size: 16px;
    color: #999;
    font-family: "S-CoreDream-3Light", sans-serif;
}
.styles_copy__zFlOk a:nth-child(1) {
    padding-right: 50px;
    font-family: "S-CoreDream-5Medium", sans-serif;
}
.styles_copy__zFlOk p {
    color: #999;
}
.styles_copy__zFlOk p span {
    display: block;
    margin-bottom: 10px;
    color: #999;
}
.styles_copy__zFlOk p:nth-of-type(1) {
    margin-top: 26px;
}
.styles_copy__zFlOk p:nth-of-type(2) {
    margin-top: 40px;
}

@media screen and (max-width:767px) {
    .styles_inner__Z_q0M {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .styles_copy__zFlOk {
        width:100%; 
        margin-top: 20px;
    }
    .styles_copy__zFlOk a:nth-child(1) {
        padding-right: 20px;
    }
    .styles_copy__zFlOk p span {
        font-size: 14px;
    }
    .styles_copy__zFlOk p:nth-of-type(2) {
        margin-top: 20px; 
        font-size: 14px;
    }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/components/product/popupStyles.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.popup-add {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.popup-add .popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 860px;
    height: 500px;
    border-radius: 24px;
    padding: 34px 40px;
    box-sizing: border-box;
}
.popup-header {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.popup-header h3 {
    font-size: 34px;
    font-family: var(--f600);
    color: #333;
}
.popup-header .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.popup-add table {
    width: 100%;
    table-layout: auto;
}
.popup-add table thead {
    position: sticky;
    top: 0;
}
.popup-add table thead th {
    width: 25%;
    background-color: #f4f9f6;
    height: 55px;
    font-family: var(--f600);
    font-size: 18px;
}
.popup-add table .tb-wd {
    width: 25%;
    height: 40px;
    text-align: center;
}
.popup-add table td {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.popup-add .popup-body {
    overflow-y: auto;
    height: 351px;
}
.popup-add .menu-list {
    display: flex;
    justify-content: center;
    width: 500px;
    /* height: 46px; */
    line-height: 46px;
    border-radius: 3rem;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 26px;
}
.popup-add .tab__item {
    width: 25%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-family: 'S-CoreDream-3Light';
}

.popup-add .tab__item button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
}
.popup-add .tab__item.active {
    background-color: #7e9485;
    border-radius: 3rem;
}
.popup-add .tab__item.active > button {
    display: inline-block;
    color: #fff;
    font-family: var(--f600);
}
.popup-add .tab__content > div {
    display: none;
}
.popup-add .tab__content >div.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .popup-add .popup-inner {
        width: 80%;
    }
}

@media screen and (max-width: 480px)  {
    .popup-add .popup-inner {
        padding: 40px 16px;
    }
    .popup-header h3 {
        font-size: 24px;
    }
    .popup-add table td {
        font-size: 13px;
    }
    .popup-add table thead th {
        font-size: 14px;
    }
}
